home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Universal Viewer / UniversalViewer.exe / Plugins / Syn2 / HL / Latex.lcf < prev    next >
Encoding:
Text File  |  2007-12-12  |  2.9 KB  |  127 lines

  1. object SyntAnal14: TLibSyntAnalyzer
  2.   Formats = <
  3.     item
  4.       DisplayName = 'Default'
  5.       Font.Charset = DEFAULT_CHARSET
  6.       Font.Color = clWindowText
  7.       Font.Height = -13
  8.       Font.Name = 'Courier New'
  9.       Font.Style = []
  10.       FormatType = ftCustomFont
  11.     end
  12.     item
  13.       DisplayName = 'Symbol'
  14.       Font.Charset = DEFAULT_CHARSET
  15.       Font.Color = clMaroon
  16.       Font.Height = -13
  17.       Font.Name = 'Courier New'
  18.       Font.Style = [fsBold]
  19.     end
  20.     item
  21.       DisplayName = 'Comment'
  22.       Font.Charset = DEFAULT_CHARSET
  23.       Font.Color = clRed
  24.       Font.Height = -13
  25.       Font.Name = 'Courier New'
  26.       Font.Style = [fsBold]
  27.     end
  28.     item
  29.       DisplayName = 'Reserved word'
  30.       Font.Charset = DEFAULT_CHARSET
  31.       Font.Color = clWindowText
  32.       Font.Height = -13
  33.       Font.Name = 'Courier New'
  34.       Font.Style = [fsBold]
  35.     end
  36.     item
  37.       DisplayName = 'Serv info'
  38.       Font.Charset = DEFAULT_CHARSET
  39.       Font.Color = cl3DDkShadow
  40.       Font.Height = -13
  41.       Font.Name = 'Courier New'
  42.       Font.Style = []
  43.       BgColor = clInfoBk
  44.       FormatType = ftColor
  45.     end
  46.     item
  47.       DisplayName = 'Marked block'
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clHighlightText
  50.       Font.Height = -13
  51.       Font.Name = 'Courier New'
  52.       Font.Style = []
  53.       BgColor = clHighlight
  54.       FormatType = ftColor
  55.     end>
  56.   TokenRules = <
  57.     item
  58.       DisplayName = 'Comment'
  59.       StyleName = 'Comment'
  60.       TokenType = 1
  61.       Expression = '%.*'
  62.       ColumnFrom = 0
  63.       ColumnTo = 0
  64.     end
  65.     item
  66.       DisplayName = 'Reserved'
  67.       StyleName = 'Reserved word'
  68.       TokenType = 2
  69.       Expression = '\\[a-z]+'#13#10
  70.       ColumnFrom = 0
  71.       ColumnTo = 0
  72.     end
  73.     item
  74.       DisplayName = 'Symbol'
  75.       StyleName = 'Symbol'
  76.       TokenType = 3
  77.       Expression = '[\{\}]'
  78.       ColumnFrom = 0
  79.       ColumnTo = 0
  80.     end>
  81.   BlockRules = <
  82.     item
  83.       DisplayName = 'serv start'
  84.       StyleName = 'Serv info'
  85.       ConditionList = <
  86.         item
  87.           TagList.Strings = (
  88.             '{')
  89.           TokenTypes = 8
  90.         end>
  91.       BlockEnd = 'serv end'
  92.       DisplayInTree = False
  93.       DynHighlight = dhRange
  94.       HighlightPos = cpAny
  95.       IgnoreAsParent = False
  96.     end
  97.     item
  98.       DisplayName = 'serv end'
  99.       BlockType = btRangeEnd
  100.       ConditionList = <
  101.         item
  102.           TagList.Strings = (
  103.             '}')
  104.           TokenTypes = 8
  105.         end>
  106.       HighlightPos = cpAny
  107.       IgnoreAsParent = False
  108.     end>
  109.   CodeTemplates = <>
  110.   SubAnalyzers = <>
  111.   TokenTypeNames.Strings = (
  112.     'Unknown'
  113.     'Comment'
  114.     'Identifier'
  115.     'Symbol'
  116.     'String'
  117.     'Integer const'
  118.     'Float const'
  119.     'Hex const'
  120.     'Char const'
  121.     'Preprocessor')
  122.   MarkedBlockStyle = 'Marked block'
  123.   DefaultStyleName = 'Default'
  124.   Extentions = 'tex sty aux toc idx'
  125.   LexerName = 'Latex'
  126. end
  127.